From 498345ffe15f868e898038bc6b44ddcfc6f04dfe Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 20 Jan 2014 19:08:56 -0500 Subject: [PATCH] docs: fix docs for out params --- gtk/gtkaccellabel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkaccellabel.c b/gtk/gtkaccellabel.c index 3dbfeb8b9b..13e55403e8 100644 --- a/gtk/gtkaccellabel.c +++ b/gtk/gtkaccellabel.c @@ -992,10 +992,10 @@ gtk_accel_label_set_accel (GtkAccelLabel *accel_label, /** * gtk_accel_label_get_accel: * @accel_label: a #GtkAccelLabel - * @accelerator_key: return location for the keyval - * @accelerator_mods: return location for the modifier mask + * @accelerator_key: (out): return location for the keyval + * @accelerator_mods: (out): return location for the modifier mask * - * Returns the keyval and modifier mask set with + * Gets the keyval and modifier mask set with * gtk_accel_label_set_accel(). * * Since: 3.12 -- 2.30.2